home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000078_cpetty1963@yahoo.com_Wed May 14 17:33:45 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 14298 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: cpetty1963@yahoo.com (Craig Petty)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit AIX Binary with SSL
  6. Date: 13 May 2003 17:59:00 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 25
  9. Message-ID: <bb491ed9.0305131659.329a544a@posting.google.com>
  10. References: <bb491ed9.0305091052.295b8a63@posting.google.com> <b9h0ef$qr7$1@blue.rahul.net> <b9haev$fbl$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 12.9.138.11
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1052873941 14887 127.0.0.1 (14 May 2003 00:59:01 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 14 May 2003 00:59:01 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14298
  18.  
  19. Thanks for your tips everyone.  Things went smoothly during the build.
  20.  I did have to comment out the OpenSSL version check.  It was
  21. complaining that it was an incompatible version.  I am using the
  22. latest, openssl-0.9.7b .
  23.  
  24. - Craig
  25.  
  26. fdc@columbia.edu (Frank da Cruz) wrote in message news:<b9haev$fbl$1@watsol.cc.columbia.edu>...
  27. > In article <b9h0ef$qr7$1@blue.rahul.net>,
  28. >  <dold@C-KermitXA.usenet.us.com> wrote:
  29. > : Craig Petty <cpetty1963@yahoo.com> wrote:
  30. > : > Anyone know where I can get an AIX (4.3) binary build with SSL?  I've
  31. > : > downloaded several from columbia.edu, but none have SSL support
  32. > : > compiled in.
  33.  
  34. > The only makefile targets for building C-Kermit with OpenSSL on AIX are:
  35. >   aix43gcc+openssl (OpenSSL only)
  36. >   aix43gcc+krb5+krb4+openssl (OpenSSL + Kerberos 4 and 5)
  37. > Since you have AIX 4.3, the first one should work.  Those who have other
  38. > AIX versions and want to build with OpenSSL might need to add makefile 
  39. > targets for these combinations.
  40. > - Frank
  41.